RoomListQuery

class RoomListQuery

A class that is used to query Rooms.

Since

1.7.0

Types

Params
Link copied to clipboard
class Params

A class that provides configuration for RoomListQuery

Functions

hasNext
Link copied to clipboard
fun hasNext(): Boolean

Indicates whether there are more rooms to be queried.

next
Link copied to clipboard
fun next(handler: RoomListQueryResultHandler?)

Retrieves the list of rooms after the last result set.

Properties

isLoading
Link copied to clipboard
val isLoading: Boolean

Determines whether the query is loading.